EMT Practice Test
1. Question Content...
Question3: Which user can edit a record after it has been locked for approval? (Choose 2)
Question4: Which three options can be accomplished with formula fields? (Choose three.)
Question7: In the Lightning Component framework, where is client-side controller logic contained?
Question8: How should a developer prevent a recursive trigger?
Question9: Which approach should be used to provide test data for a test class?
Question10: Which SOQL query successfully returns the Accounts grouped by name?
Question11: What is a correct pattern to follow when programming in Apex on a Multi-tenant platform?
Question12: Which two condition cause workflow rules to fire? Choose 2 answers
Question13: When would the use of Heroku Postgres be appropriate?
Question17: A developer writes the following code:
What is the result of the debug statement?
Question21: Which two number expressions evaluate correctly? (Choose two.)
Question22: What are three ways for a developer to execute tests in an org? Choose 3.
Question26: What is an important consideration when developing in a multi-tenant environment?
Question30: Which two ways can a developer instantiate a PageReference in Apex? Choose 2 answers
Question31: Which two components are available to deploy using the METADATA API? Choose 2 answers
Question37: Which declarative process automation feature supports iterating over multiple records?
Question38: What is a valid statement about Apex classes and interfaces? Choose 2 answers:
Question39: Which governor limit applies to all the code in an apex transaction?
Question41: Which data structure is returned to a developer when performing a SOSL search?
Question44: When creating unit tests in Apex, which statement is accurate?Choose 2
Question48: In the code below, which type does String inherit from? String s = 'Hello World';
Question51: What are two considerations for custom Apex Exception classes? Choose 2 answers.
Question55: Managed Packages can be created in which type of org?
Question56: Which statement about change set deployments is accurate? (Choose 3)
Question60: Why would a developer consider using a custom controller over a controller extension?
Question61: Manage package can be created in which type of org?
Question63: What is a valid Apex statement?
Question68: Which three statements are true regarding the @istest annotation? Choose 3 answers
Question73: What is a capability of formula fields? (Choose 3)
Question76: In which order does SalesForce execute events upon saving a record?
Question84: To which primitive data type is a text area (rich) field automatically assigned?
Question85: What is the easiest way to verify a user before showing them sensitive content?
Question86: Which action can a developer perform in a before update trigger? (Choose 2)
Question92: What features are available when writing apex test classes?(Choose 2 Answers)
Question98: Which two number expression evaluate correctly? Choose 2 answers
Question100: What are three characteristics of static methods? (Choose three.)
Question101: What is an accurate statement about variable scope? (Choose 3)
Question106: How can a custom type be identified as unique when added to a Set?